home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Megahits 5
/
Megahits 5 (1994)(GTI - Rhein-Main-Soft)(DE)(Disc 2 of 2)[!].iso
/
archive
/
print
/
prtsc.lha
/
PrtSc
/
make
next >
Wrap
Text File
|
1994-04-05
|
479b
|
24 lines
if not exists ram:dos2.lib
copy >NIL: c:a68k c:blink df0:dos2.lib ram:
if exists PrtSc.o
copy >NIL: PrtSc.o ram:
endif
resident c:filechanged
resident c:waitaccess
resident c:protect
endif
waitaccess PrtSc.s
filechanged PrtSc.s
if warn
copy PrtSc.s ram:
a68k ram:PrtSc.s -oram:PrtSc.o -iram:
delete >NIL: ram:PrtSc.s
copy ram:PrtSc.o ""
protect PrtSc.s +a
endif
blink ram:PrtSc.o lib ram:dos2.lib to ram:PrtSc
copy ram:PrtSc ""
delete >NIL: ram:PrtSc